home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Shareware / Applications / directtex Pro 2.0 / DirectTeX.1 / Installer-Files / Config-Files / PostScript / PostScript folder / config.orig < prev    next >
Encoding:
Text File  |  1995-03-27  |  1.1 KB  |  64 lines  |  [TEXT/TeX+]

  1. *
  2. *   See config.lino for more info.
  3. *   With a virtual machine, we can claim 1M of memory.
  4. *
  5. m 1000000
  6. *
  7. *   And send output by default to the printer.
  8. *
  9. o !lpr
  10. *
  11. *   Default resolution.
  12. *
  13. D 300
  14. M Standard
  15. *
  16. *   Last resort sizes.
  17. *
  18. R 100 120 144 300 360 400 432 480
  19. *
  20. *   Paper size information.  First definition is the default.
  21. *
  22. *   If your default is a4 uncomment the following definition
  23. *   and comment out the letterSize definition.
  24. *
  25. *@ A4size 210mm 297mm
  26. *@+ %%PaperSize: A4
  27.  
  28. @ letterSize 8.5in 11in
  29.  
  30. @ letter 8.5in 11in
  31. @+ %%BeginPaperSize: Letter
  32. @+ letter
  33. @+ %%EndPaperSize
  34.  
  35. @ legal 8.5in 14in
  36. @+ ! %%DocumentPaperSizes: Legal
  37. @+ %%BeginPaperSize: Legal
  38. @+ legal
  39. @+ %%EndPaperSize
  40.  
  41. @ ledger 17in 11in
  42. @+ ! %%DocumentPaperSizes: Ledger
  43. @+ %%BeginPaperSize: Ledger
  44. @+ ledger
  45. @+ %%EndPaperSize
  46.  
  47. @ tabloid 11in 17in
  48. @+ ! %%DocumentPaperSizes: Tabloid
  49. @+ %%BeginPaperSize: Tabloid
  50. @+ 11x17
  51. @+ %%EndPaperSize
  52.  
  53. @ A4 210mm 297mm
  54. @+ ! %%DocumentPaperSizes: A4
  55. @+ %%BeginPaperSize: A4
  56. @+ a4
  57. @+ %%EndPaperSize
  58.  
  59. @ A3 297mm 420mm
  60. @+ ! %%DocumentPaperSizes: A3
  61. @+ %%BeginPaperSize: A3
  62. @+ a3
  63. @+ %%EndPaperSize
  64.